home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
util
/
libs
/
regexp.lha
/
regexp
/
include
/
proto
/
regexp.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-02-26
|
279 b
|
16 lines
#ifndef PROTO_REGEXP_H
#define PROTO_REGEXP_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef LIBRARIES_REGEXP_H
#include <libraries/regexp.h>
#endif
extern struct RegexpBase *RegexpBase ;
#include <clib/regexp_protos.h>
#include <pragmas/regexp_pragmas.h>
#endif